test: include Path-B fixtures in Go/Rust verification; update audit doc #9
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation
Description
go/tritrpcv1/fixtures_test.go(addedfixtures/vectors_hex_pathB.txt+.noncesto thesetslist around L73-L77).rust/tritrpc_v1/tests/fixtures.rs(addedfixtures/vectors_hex_pathB.txt+.noncesto thesetslist around L73-L76).docs/audit_tritrpc_v1_parity.mdto record and mark the Path‑B coverage gap (A8) as fixed and set the report status to completed (post‑fix).Testing
make verifyand per-language commands for CI/local verification (cargo test,go test, andpython tools/verify_fixtures_strict.py) which will run the added fixture checks when invoked.make verifyfrom the repo root (seedocs/integration_readiness_checklist.md).Codex Task